001 project specification

大家好,欢迎来到我们的最终项目 Project 18。
Hey Guys welcome to our final project Project 18.

这是我们的数据采集部分。
This is our data acquisition section.

这就是我们要做的。
Here's what we're going to do.

我们已经知道我们想要将一些数据存储到数据库中,但我们将通过几种不同的方式来实现。
We already know we want to store some data into our database but we're going to do that a couple of different ways.

因此,将会有所谓的定期数据记录,然后还会有按需数据记录。
So there's going to be what's called periodic data logging and then there's also going to be on demand data logging.

我们要设置的第一件事是每 10 分钟设置一次周期 So。
The first thing that we want to set up we want to set up our periodic So every 10 minutes.

我们希望程序将一些内容写入我们的数据库,并将其存储到一个名为定期的表中。
We want the program to write something into our database and that's going to be stored into a table called periodic.

这是设置的一种方法。
That's one way to set things up.

HMO 将控制时间,并且每当时间到来时它就会记录所有内容。
The HMO is going to control the time and it's going to log everything whenever the time comes around.

我们想做的另一件事是我们希望我们的员工能够控制一些数据记录。
The other thing we want to do is we want our people see to be able to control some data logging.

因此,在每次反洗结束时,我们都会有一个位告诉我们,每当反洗结束时,我们都希望使用该位来触发其自己的数据转储,并将其存储到一个名为反洗的单独表中。
So at the end of every backwash we have a bit that tells us whenever the backwash ends we want to use that bit to also trigger its own data dump and store that into a separate table called backwash.

我们将在这两个表中使用略有不同的数据。
And we're going to be using slightly different data in each of these two tables.

因此,我们必须使用两个不同的触发器设置两个不同的数据日志,并以不同的方式运行这些东西。
So we're going to have to set up two different data logs with two different triggers and run these things differently.

但最终我们将能够进入我们的续集 Management Studio,我们将能够浏览这两个表并查看应有的所有数据。
But in the end we'll be able to go into our sequel Management Studio and we'll be able to browse both of these tables and see all the data going in when it's supposed to.

这就是挑战,当我建立自己的挑战时,我们将在下一讲中见到您。
That's the challenge and I'll see you in the next lecture when I'm setting up my own.

祝你好运。
Good luck.

干杯
Cheers